vendor/golang.org/x/sys/cpu.option.Enable (field)
6 uses
	vendor/golang.org/x/sys/cpu (current package)
		cpu.go#L219: 	Enable    bool // whether feature should be enabled
		cpu.go#L258: 				options[i].Enable = enable || options[i].Required
		cpu.go#L266: 				options[i].Enable = enable
		cpu.go#L279: 		if o.Enable && !*o.Feature {
		cpu.go#L284: 		if !o.Enable && o.Required {
		cpu.go#L289: 		*o.Feature = o.Enable
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |